micro_utils.dokka
0.12.9
jvm
micro_utils.dokka
/
dev.inmo.micro_utils.repos
/
[jvm]WriteCRUDRepo
/
update
update
jvm
abstract
suspend
fun
update
(
id
:
IdType
,
value
:
InputValueType
)
:
ObjectType
?
Content copied to clipboard
abstract
suspend
fun
update
(
values
:
List
<
UpdatedValuePair
<
IdType
,
InputValueType
>
>
)
:
List
<
ObjectType
>
Content copied to clipboard